func testing.newChattyPrinter
5 uses
testing (current package)
benchmark.go#L733: main.chatty = newChattyPrinter(main.w)
fuzz.go#L500: root.chatty = newChattyPrinter(root.w)
fuzz.go#L580: root.chatty = newChattyPrinter(root.w)
testing.go#L581: func newChattyPrinter(w io.Writer) *chattyPrinter {
testing.go#L2581: t.chatty = newChattyPrinter(t.w)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)